adTempus API
PreviousUpNext
IMessagingServiceProvider::SplitLongMessages Property

Gets or sets a value that determines whether long messages will be broken into shorter messages.

C++
__property VARIANT_BOOL SplitLongMessages;
C#
VARIANT_BOOL SplitLongMessages;
Visual Basic
Property SplitLongMessages() As VARIANT_BOOL
Default Value

false

When SplitLongMessages is True, messages that exceed the MaxMessageLength will be automatically split into multiple messages (up to MaxMessages), each of which is shorter than the allowed maximum. 

If SplitLongMessages is False, messages that exceed MaxMessageLength will be truncated to the maximum length.

adTempus API Reference version 3.0.0.0, revised 10/30/2008